home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1993 July / Internet Tools.iso / RockRidge / mail / pp / pp-6.0 / Uip / rcvalert / XAlert.ad < prev    next >
Encoding:
Text File  |  1991-12-18  |  3.2 KB  |  135 lines

  1. ! X defaults for Xalert and XAlert with Photos
  2. !
  3. !
  4.  
  5. !
  6. ! xalert
  7. !
  8. !
  9. ! xalert    toppane topform    box    Quit        prompt        dialog
  10. !                                    ok
  11. !                Clear                    cancel
  12. !                Options        Options        Reset
  13. !                                Bell
  14. !                                AutoRaise
  15. !                                Photo
  16. !                
  17. !                text
  18. !
  19. !            pbox    photolabel
  20. !                photo
  21. !
  22.  
  23. ! colours
  24.  
  25. *foreground:            DarkSlateGrey
  26. *background:            LightSkyBlue1
  27.  
  28. *topform*Command.background:        gainsboro
  29. *topform*Toggle.background:        gainsboro
  30. *topform*MenuButton.background:        gainsboro
  31. *topform*SimpleMenu.background:        gainsboro
  32.  
  33. ! shapes
  34.  
  35. *Command.shapeStyle:    oval
  36. *Toggle.shapeStyle:    oval
  37. *MenuButton.shapeStyle:    oval
  38.  
  39. ! fonts
  40.  
  41. *Command.font:    -adobe-new century schoolbook-bold-r-normal--12-*
  42. *Toggle.font:    -adobe-new century schoolbook-bold-r-normal--12-*
  43. *MenuButton.font: -adobe-new century schoolbook-bold-r-normal--12-*
  44. *SimpleMenu*font: -adobe-new century schoolbook-bold-r-normal--12-*
  45.  
  46. *Form.defaultDistance:            1
  47.  
  48. *toppane.orientation:            horizontal
  49.  
  50. *topform.borderWidth:            0
  51. *topform.top:                ChainTop
  52.  
  53. *topform.box.top:            ChainTop
  54. *topform.box.bottom:            ChainTop
  55. *topform.box.left:            ChainLeft
  56. *topform.box.right:            ChainLeft
  57. *topform.box.borderWidth:        0
  58.  
  59. *topform.box.Clear.fromVert:        Quit
  60. *topform.box.Options.fromVert:        Clear
  61.  
  62. *topform.text.scrollVertical:        whenNeeded
  63. *topform.text.scrollHorizontal:        whenNeeded
  64. *topform.text.width:            400
  65. *topform.text.fromHoriz:        box
  66. *topform.text.top:            ChainTop
  67. *topform.text.bottom:            ChainBottom
  68. *topform.text.left:            ChainLeft
  69. *topform.text.right:            ChainRight
  70. *topform.text*editType:            append
  71. *topform.text.height:            75
  72.  
  73. !*text*font:    -adobe-new century schoolbook-medium-r-normal--12-*
  74.  
  75. *toppane.pbox*resizable:    True
  76. *toppane.pbox.allowResize:    True
  77. *toppane.pbox.skipAdjust:    True
  78. *toppane.pbox.max:        250
  79.  
  80. *toppane.pbox.photolabel.label:
  81. *toppane.pbox.photolabel.top:        ChainTop
  82. *toppane.pbox.photolabel.left:        ChainLeft
  83. *toppane.pbox.photolabel.right:        ChainLeft
  84. *toppane.pbox.photolabel.borderWidth:    0
  85. *toppane.pbox.photolabel.resizable:    true
  86. *toppane.pbox.photolabel.resize:    true
  87. *toppane.pbox.photolabel.justify:    left
  88.  
  89. *toppane.pbox.photo.height:        150
  90. *toppane.pbox.photo.width:        150
  91. *toppane.pbox.photo.fromVert:        photolabel
  92. *toppane.pbox.photo.top:        rubber
  93. *toppane.pbox.photo.bottom:        ChainBottom
  94. *toppane.pbox.photo.left:        ChainLeft
  95. *toppane.pbox.photo.right:        ChainLeft
  96. *toppane.pbox.photo.resize:        True
  97. !*toppane.pbox.photo.resize:        False
  98. *toppane.pbox.photo.resizable:        True
  99. *toppane.pbox.photo.borderWidth:    0
  100.  
  101. *toppane.pbox.photo.shapeStyle:        rectangle
  102. !*toppane.pbox.photo.background:        white
  103. !*toppane.pbox.photo.foreground:        black
  104.  
  105. *Dialog.label: Really Quit?
  106. *ok.label:    OK
  107. *cancel.label:    Cancel
  108. *dialog.Label.font: -adobe-new century schoolbook-medium-r-normal--12-*
  109.  
  110. ! accelerators
  111.  
  112. *Reset.accelerators:    #override\n\
  113. Meta<Key>R:        set() notify() unset()
  114.  
  115. *Bell.accelerators:    #override\n\
  116. Meta<Key>B:        set() notify() unset()
  117.  
  118. *AutoRaise.accelerators:#override\n\
  119. Meta<Key>A:        set() notify() unset()
  120.  
  121. *Photo.accelerators:    #override\n\
  122. Meta<Key>P:        set() notify() unset()
  123.  
  124. *Clear.accelerators:    #override\n\
  125. Meta<Key>C:        set() notify() unset()
  126.  
  127. *Quit.accelerators:    #override\n\
  128. Ctrl<Key>C:        set() notify() unset()
  129.  
  130. *cancel.accelerators:    #override\n\
  131. <Key>Return:        set() notify() unset()
  132.  
  133. *ok.accelerators:    #override\n\
  134. Ctrl<Key>C:        set() notify() unset()
  135.